home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / rxtrk386.lha / RexxTricks / RDBBackup / RDBBackup.strings < prev    next >
Text File  |  1996-04-20  |  2KB  |  72 lines

  1. /*
  2. ** $VER: RDBBackup.strings 1.1 (20.4.96) ©1996 by Jürgen Kohrmeyer
  3. **
  4. ** Default strings for RDBBackup
  5. */
  6.  
  7. MSG_FRAMEBOX_PREFS = 0
  8. MSG_GAD_PUBSCREEN = 1
  9. MSG_GAD_BACKUP_DIR = 2
  10. MSG_GAD_SCSI_DEVICE = 3
  11. MSG_FRAMEBOX_UNITS = 4
  12. MSG_GAD_UPDATE = 5
  13. MSG_GAD_BACKUP = 6
  14. MSG_GAD_RESTORE = 7
  15. MSG_GAD_ABOUT = 8
  16. MSG_GAD_SAVE_PREFS = 9
  17. MSG_GAD_QUIT = 10
  18. MSG_GAD_USE = 11
  19. MSG_GAD_OKAY = 12
  20. MSG_GAD_CANCEL = 13
  21. MSG_DEVICEWINDOW_TITLE = 14
  22. MSG_SCREENWINDOW_TITLE = 15
  23. MSG_REQUEST_BACKUP_DIR = 16
  24. MSG_REQUEST_ALREADY_EXISTS = 17
  25. MSG_REQUEST_REPLACE_FILE = 18
  26. MSG_REQUEST_GADS_REPLACE = 19
  27. MSG_REQUEST_BACKUP_FAILED = 20
  28. MSG_REQUEST_RESTORE_FROM_FILE = 21
  29. MSG_REQUEST_RESTORE_ASK = 22
  30. MSG_REQUEST_GADS_RESTORE = 23
  31. MSG_REQUEST_RESTORE_FAILED = 24
  32. MSG_REQUEST_GAD_USE = 25
  33. MSG_ABOUTWINDOW_TITLE = 26
  34. MSG_ABOUTWINDOW_APP_USES = 27
  35. ERROR_CANNOT_OPEN_FILE = 28
  36. ERROR_CANNOT_READ_FILE = 29
  37. ERROR_CANNOT_CREATE_APP = 30
  38. ERROR_CANNOT_OPEN_WINDOW = 31
  39.  
  40. strings.0 = "Prefs"
  41. strings.1 = "_Public screen"
  42. strings.2 = "_Backup directory"
  43. strings.3 = "SCSI _device"
  44. strings.4 = "SCSI units"
  45. strings.5 = "_Update list"
  46. strings.6 = "Backup RDB"
  47. strings.7 = "Restore RDB"
  48. strings.8 = "_About"
  49. strings.9 = "_Save prefs"
  50. strings.10 = "_Quit"
  51. strings.11 = "_Use"
  52. strings.12 = "_Okay"
  53. strings.13 = "_Cancel"
  54. strings.14 = "Select device"
  55. strings.15 = "Select public screen"
  56. strings.16 = "Select backup directory"
  57. strings.17 = "already exists!"
  58. strings.18 = "Replace this file?"
  59. strings.19 = "Replace|_Cancel"
  60. strings.20 = "Backup failed returncode"
  61. strings.21 = "Restore from file"
  62. strings.22 = "Do you really want to restore this RDB?"
  63. strings.23 = "Restore|_Cancel"
  64. strings.24 = "Restore failed returncode"
  65. strings.25 = "Use"
  66. strings.26 = "About RDBBackup"
  67. strings.27 = "This application uses:"
  68. strings.28 = "Cannot open file"
  69. strings.29 = "Error reading file"
  70. strings.30 = "Cannot create Application!"
  71. strings.31 = "Cannot open window!"
  72.